SixBit API Schema
SalesType Complex Type
Description
A collection of Sale elements.
Namespace (none)
Diagram
Any Sequence CustomFields Element AdFee Element SiteSalesTaxCollectedAmount Element RawSalePrice Element CurrencyCode Element ConversionRate Element PaymentProcessingFee Element ConsignorListingFee Element TotalConsignorCharges Element CommissionIn Element IsConsignorNotificationSent Element ConsignorNotifiedDate Element ConsignorPaidDate Element IsConsignorPaid Element IsConsigned Element ConsignmentPlanName Element ConsignmentPlanID Element FeedbackTypeSent Element FeedbackTypeReceived Element FeedbackMessageSent Element FeedbackResponseSent Element FeedbackMessageReceived Element ExtendedPrice Element Notes Element FeedbackLeft Element FeedbackReceived Element WeightMinor Element WeightMajor Element FVFRefundRequestedDate Element DisputeID Element InDispute Element SaleDate Element FVF Element SalesTax Element QtySold Element SalePrice Element ListingType Element Title Element TransactionID Element eCommerceID Element ExternalOrderID Element OrderID Element ExternalShipmentID Element ShipmentID Element ProductID Element SKU Element ExternalItemID Element ItemID Element SaleID Element All Sale Element Sequence SalesType Complex Type
Overview
SalesType
A collection of Sale elements.
Sequence
Sale 0..∞ SaleType Complex Type
The information about a sale.
All
Sequence
Any 0..∞
Used By
Sales Element
Sales Element
Source
<xs:complexType name="SalesType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of Sale elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Sale" type="SaleType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The information about a sale.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.